home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / edwin15c.zip / EDWIN.HLP < prev    next >
Text File  |  1986-08-03  |  13KB  |  162 lines

  1.  ╠═══════════════════════════════════════════════════════════════════════════╣
  2.  ║                              MACRO REFERENCE                              ║
  3.  ╟───────────────────────────────────────────────────────────────────────────╢
  4.  ║           1  indent one line two spaces                                   ║
  5.  ║           2  unindent one line two spaces                                 ║
  6.  ║           3  procedure shell                                              ║
  7.  ║           4  function shell                                               ║
  8.  ║           5  program shell                                                ║
  9.  ║           6  register type                                                ║
  10.  ║           7  print file                                                   ║
  11.  ║           8  indent marked block two spaces                               ║
  12.  ║           9  unindent marked block two spaces                             ║
  13.  ╠═══════════════════════════════════════════════════════════════════════════╣
  14.  ║                          BASIC CURSOR MOVEMENTS                           ║
  15.  ╟───────────────────────────────────────────────────────────────────────────╢
  16.  ║             Character left              <Larrow>               <CtrlS>    ║
  17.  ║            Character right              <Rarrow>               <CtrlD>    ║
  18.  ║                  Word left            <CtrlLarr>               <CtrlA>    ║
  19.  ║                 Word right            <CtrlRarr>               <CtrlF>    ║
  20.  ║                    Line up              <Uarrow>               <CtrlE>    ║
  21.  ║                  Line down              <Darrow>               <CtrlX>    ║
  22.  ║                  Scroll up            <CtrlUarr>               <CtrlW>    ║
  23.  ║                Scroll down            <CtrlDarr>               <CtrlZ>    ║
  24.  ║                  Page down                <PgDn>               <CtrlC>    ║
  25.  ║                    Page up                <PgUp>               <CtrlR>    ║
  26.  ╠═══════════════════════════════════════════════════════════════════════════╣
  27.  ║                              QUICK MOVEMENTS                              ║
  28.  ╟───────────────────────────────────────────────────────────────────────────╢
  29.  ║              Top of window            <CtrlPgUp>        <CtrlQ><CtrlR>    ║
  30.  ║           Bottom of window            <CtrlPgDn>        <CtrlQ><CtrlC>    ║
  31.  ║        Cursor to left side                <Home>        <CtrlQ><CtrlS>    ║
  32.  ║       Cursor to right side                 <End>        <CtrlQ><CtrlD>    ║
  33.  ║              Top of screen            <CtrlHome>        <CtrlQ><CtrlE>    ║
  34.  ║           Bottom of screen             <CtrlEnd>        <CtrlQ><CtrlX>    ║
  35.  ║         Up to equal indent        <CtrlJ><CtrlB>                          ║
  36.  ║       Down to equal indent        <CtrlJ><CtrlE>                          ║
  37.  ║                 Go to line        <CtrlQ><CtrlN>                          ║
  38.  ║               Go to column        <CtrlO><CtrlC>                          ║
  39.  ║               Go to window        <CtrlO><CtrlQ>                          ║
  40.  ║   Previous cursor position        <CtrlQ><CtrlP>                          ║
  41.  ╠═══════════════════════════════════════════════════════════════════════════╣
  42.  ║                          INSERTION and DELETION                           ║
  43.  ╟───────────────────────────────────────────────────────────────────────────╢
  44.  ║         Undo last deletion                 <Esc>        <CtrlQ><CtrlU>    ║
  45.  ║               Restore line        <CtrlQ><CtrlL>                          ║
  46.  ║                  Smart tab               <CtrlI>                          ║
  47.  ║        Insert control char               <CtrlP>                          ║
  48.  ║                   New line               <CtrlM>                          ║
  49.  ║                Insert line               <CtrlN>                          ║
  50.  ║   Delete current character                 <Del>               <CtrlG>    ║
  51.  ║      Delete left character               <CtrlH>            <CtrlBkSp>    ║
  52.  ║          Delete right word               <CtrlT>                          ║
  53.  ║          Delete line right        <CtrlQ><CtrlY>                          ║
  54.  ║                Delete line               <CtrlY>                          ║
  55.  ║      Delete Line (no undo)             <CtrlDel>                          ║
  56.  ╠═══════════════════════════════════════════════════════════════════════════╣
  57.  ║                             FIND and REPLACE                              ║
  58.  ╟───────────────────────────────────────────────────────────────────────────╢
  59.  ║               Find pattern        <CtrlQ><CtrlF>                          ║
  60.  ║           Find and replace        <CtrlQ><CtrlA>                          ║
  61.  ║     Search and apply macro        <CtrlQ><CtrlM>                          ║
  62.  ║                  Find next               <CtrlL>                          ║
  63.  ╠═══════════════════════════════════════════════════════════════════════════╣
  64.  ║                          FILES and DOS INTERFACE                          ║
  65.  ╟───────────────────────────────────────────────────────────────────────────╢
  66.  ║           Invoke DOS shell        <CtrlO><CtrlI>                          ║
  67.  ║       Append block to file        <CtrlK><CtrlA>                          ║
  68.  ║      Save and exit to menu        <CtrlK><CtrlD>                          ║
  69.  ║               Abandon file        <CtrlK><CtrlQ>                          ║
  70.  ║      Read file into window        <CtrlK><CtrlR>                          ║
  71.  ║     Save and continue edit        <CtrlK><CtrlS>                          ║
  72.  ║        Write block to file        <CtrlK><CtrlW>                          ║
  73.  ║       Save and exit to DOS        <CtrlK><CtrlX>                          ║
  74.  ╠═══════════════════════════════════════════════════════════════════════════╣
  75.  ║                                  WINDOWS                                  ║
  76.  ╟───────────────────────────────────────────────────────────────────────────╢
  77.  ║                 Add window        <CtrlO><CtrlA>                          ║
  78.  ║        Grow current window        <CtrlO><CtrlG>                          ║
  79.  ║      Shrink current window        <CtrlO><CtrlS>                          ║
  80.  ║             Switch windows        <CtrlO><CtrlO>                          ║
  81.  ║           Show help window                  <F1>        <CtrlJ><CtrlH>    ║
  82.  ║        Zoom current window        <CtrlO><CtrlZ>                          ║
  83.  ╠═══════════════════════════════════════════════════════════════════════════╣
  84.  ║                                  BLOCKS                                   ║
  85.  ╟───────────────────────────────────────────────────────────────────────────╢
  86.  ║                Begin block        <CtrlK><CtrlB>                  <F7>    ║
  87.  ║                  End block        <CtrlK><CtrlK>                  <F8>    ║
  88.  ║               Top of block        <CtrlQ><CtrlB>                          ║
  89.  ║            Bottom of block        <CtrlQ><CtrlK>                          ║
  90.  ║                 Copy block        <CtrlK><CtrlC>                          ║
  91.  ║                 Move block        <CtrlK><CtrlV>                          ║
  92.  ║               Delete block        <CtrlK><CtrlY>                          ║
  93.  ║       Toggle block display        <CtrlK><CtrlH>                          ║
  94.  ║          Mark current word        <CtrlK><CtrlT>                          ║
  95.  ╠═══════════════════════════════════════════════════════════════════════════╣
  96.  ║                               TEXT MARKERS                                ║
  97.  ╟───────────────────────────────────────────────────────────────────────────╢
  98.  ║      Toggle marker display        <CtrlK><CtrlM>                          ║
  99.  ║               Set marker 0              <CtrlK>0        <CtrlK><Ctrl0>    ║
  100.  ║               Set marker 1              <CtrlK>1        <CtrlK><Ctrl1>    ║
  101.  ║               Set marker 2              <CtrlK>2        <CtrlK><Ctrl2>    ║
  102.  ║               Set marker 3              <CtrlK>3        <CtrlK><Ctrl3>    ║
  103.  ║               Set marker 4